PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocumentFileAttachmentCollection Class / get Method
The name of the file attachment to retrieve.
In This Topic
    get Method
    In This Topic
    Gets the file attachment with the specified name.
    Syntax
    public PDFDocumentFileAttachment get( 
       java.lang.String name
    )

    Parameters

    name
    The name of the file attachment to retrieve.

    Return Value

    The file attachment with the specified name or null if attachment cannot be found.
    See Also